<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*banner*/
.banner{width: 100%;min-width: 1200px;}
.banner .item {background: no-repeat center;background-size:cover;transform: scale(1.2); }
.layui-this{
    transition: all 5s ease-out !important;
    transform: scale(1.0) !important;
}

/*é¦–é¡µæ–°é—»*/
.i-news{
    width: 100%;
    min-width: 1200px;
    padding-top: 50px;
    overflow: hidden;
}
.i-news .news-box{
    width: 1200px;margin: 10px auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.i-news .news-img{width: 590px}

.i-news .news-img .layui-carousel-ind{top:-180px !important;}
.i-news .news-img a{
    display: block;
    background-color:#f7f7f7;
    color: #333;
}
.i-news .news-img a:hover{
    background-color:#efefef;
}
.i-news .news-img .img{
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.i-news .news-img .img img{width: 100%}
.i-news .news-img .title{
    padding: 0 10px;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;


}
.i-news .news-img .small-title{
    padding: 0 10px 50px;
    line-height: 30px;
    color: #666;
    height: 60px;
}
.i-news  .news-list{
    width: 590px;
    display: flex;
    flex-direction: column;
}
.i-news  .news-list a{
    background-color: #f8f8f8;
    margin-bottom: 10px;padding: 10px;}
.i-news .news-list .title{
    font-size: 18px;
    height: 30px;
}
.i-news .news-list .small-title{ font-size: 14px;color: #999;line-height: 23px;height: 46px}
.i-news .btn{
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align:center;
    margin: 0px auto 50px;
}
.i-news .btn a{
    display: block;
    color: #333;
    /*border-radius: 2px;*/
    border:1px solid #666;
}
.i-news .btn a:hover{
    background-color: rgba(0,143,215,1);
    color: #fff;
    border-color:rgba(0,143,215,1);
}
/*äº§å“*/
.i-product{
    background-image: url(../images/i-product.jpg);
    min-width: 1200px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 50px;

}
.i-product .title{width: 800px;text-align: center}
.i-product .title h3{font-size: 24px;color: #fff}
.i-product .title p{font-size: 18px;color: #dca7a7;padding: 15px 0; font-weight: bold}
.i-product .box{
    width: 800px;
    margin-top:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.i-product .box a{
    margin-left: 1px;
    width: 100px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    background-color: #fff;
}
.i-product .box a:hover{background-color: rgba(0,143,215,0.8);color:#fff;}
/*é¦–é¡µé¡¹ç›®*/
.i-item{
    position: relative;
    margin: 20px auto 50px;
    min-width: 1200px;
    overflow: hidden;
}
.i-item .box{
    width: 1200px;
    margin: 10px auto 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.i-item .box:after{
     content: "";
     width: 390px;
    /*margin-left: 20px;*/
     /*margin-right: auto;*/


 }
.i-item .box .item{
    position: relative;
    width: 390px;
    background-color: #f7f7f7;
    margin-bottom: 15px;

}

.i-item .box .item:hover{
    margin-top: -8px;
}

.i-item .box .img{
    position: relative;
    width:100%;
    height: 200px;
    overflow:hidden;
}
.i-item .box .img img{
    z-index: 1;
    width:100%;
}
.i-item .box .img .txt{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.i-item .box .img .txt .title{
    font-size: 20px;
    text-align: center;
    width: 90%;
    line-height: 50px;
    color: #fff;background-color: rgba(0,143,215,0.8);
}
.i-item .box .item:hover .img .txt .title{
    width: 100%;
    transition: all 1s;
}
.i-item .box .item .tit
{
    margin: 15px 15px 5px;
    font-weight: bold;
}
.i-item .box .item .description
{
    color: #666;
    margin: 10px 15px 30px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.i-item .btn{
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align:center;
    margin: 0px auto 10px;
}
.i-item .btn a{
    display: block;
    color: #333;
    /*border-radius: 2px;*/
    border:1px solid #666;
}
.i-item .btn a:hover{
    background-color: rgba(0,143,215,1);
    color: #fff;
    border-color:rgba(0,143,215,1);
}

.i-flink{
    position: relative;
    margin: 20px auto 50px;
    min-width: 1200px;
    overflow: hidden;
}
.i-flink .box{
    width: 1200px;
    margin: 10px auto 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.i-flink .box .item{
    position: relative;
    background-color: #f7f7f7;
    padding: 5px 10px;
    margin-bottom: 15px;
    margin-left: 15px;

}

.i-flink .box .item:hover{
    background-color: rgba(0,143,215,1);
    color: #fff;
    border-color:rgba(0,143,215,1);
}


</pre></body></html>